home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.tomcat_4.1.30.1 / preferences.ini < prev    next >
Encoding:
Text File  |  2005-09-29  |  1.0 KB  |  36 lines

  1. # Coyote HTTP/1.1 Connector attributes
  2.  
  3. # The maximum queue length for incoming connection requests
  4. # when all possible request processing threads are in use.
  5. # Any requests received when the queue is full will be refused.
  6. acceptCount=100
  7.  
  8. # The maximum number of request processing threads to be created by this Connector,
  9. # which therefore determines the maximum number of simultaneous requests
  10. # that can be handled.
  11. maxProcessors=75
  12.  
  13. # The number of request processing threads that will be created when this Connector
  14. # is first started. This attribute should be set to a value smaller
  15. # than that set for maxProcessors.
  16. minProcessors=5
  17.  
  18. # The port number to use for the SSL Connector
  19. # -1 to disable
  20. sslPort = -1
  21.  
  22. # The protocol to use for the SSL Connector
  23. sslProtocol = TLS
  24.  
  25. # The URL scheme associated with the SSL Connector
  26. sslScheme = https
  27.  
  28. # Allows the user to specify the X509 algorithm to use
  29. #sslAlgorithm = IbmX509
  30.  
  31. # Allows the user to specify a non-standard key store file
  32. # and keystore and certificate password
  33. #keyStoreFile = 
  34. #keyStorePassword =
  35.  
  36.